Push components

Format: push target:R -> component component:RN [autoincrement]/push target:RN -> all_components
Description: push a, or all components of the current entity. If autoincrement is enabled, the register at target will automatically increase by the length of the pushed component. When pushing all components, it will only load components this system depends on and will not load marker components.
Cycles: 4/10
Example: push r1 -> component r0 autoincrement/push 0x100 -> all_components
See also: Request components, Push resource, Create entity